summaryrefslogtreecommitdiffstats
path: root/src/video_core/control/channel_state_cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/control/channel_state_cache.h')
-rw-r--r--src/video_core/control/channel_state_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/control/channel_state_cache.h b/src/video_core/control/channel_state_cache.h
index 46bc9e322..5574e1fba 100644
--- a/src/video_core/control/channel_state_cache.h
+++ b/src/video_core/control/channel_state_cache.h
@@ -51,7 +51,7 @@ public:
virtual void CreateChannel(Tegra::Control::ChannelState& channel);
/// Bind a channel for execution.
- void BindToChannel(s32 id);
+ virtual void BindToChannel(s32 id);
/// Erase channel's state.
void EraseChannel(s32 id);